| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal order As Integer, _ ByVal comparer As IComparer(Of TKey) _ ) | |
| C# | |
|---|---|
public BTreeDictionary<TKey,TValue>( int order, IComparer<TKey> comparer ) | |
Parameters
- order
- comparer
Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7